auto merge of #78 : huonw/cargo/minor-de-.unwrapping, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 27 Jun 2014 21:12:07 +0000 (21:12 +0000)
committerbors <bors@rust-lang.org>
Fri, 27 Jun 2014 21:12:07 +0000 (21:12 +0000)
I don't think any of the `.unwrap`s I touched can actually be hit since they all seem to have checks earlier, but reducing the number of calls is always nice and makes the code easier to verify.

I'm not sure if the `,` -> `:` commit is actually correct, I was just working from the surrounding context.


Trivial merge